/* =========================
   Base / Reset
========================= */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  background-color: #FCF7CF;
}

a {
  text-decoration: none;
  color: #000;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  border: none;
  outline: none;
}

/* =========================
   Header
========================= */
.cabecalho {
  display: grid;
  grid-template-columns: 1fr 14fr 1fr;
}

.link-logo-omu {
  margin-left: 0;
}

.logo-omu {
  width: 6vw;
  height: auto;
  margin: 2.5vh 2vw 0 4vw;
}

.menu-navegacao {
  display: flex;
  justify-content: space-evenly;
  width: 82vw;
  font-size: 1.5em;
  margin: 4vh 0vw 0 0;
}

#trocar-dispositivo{
  grid-column: 3;
  justify-self: end;
  align-self: start;
  margin-top: 1vh;
  width: auto;  
    margin-left: auto;  
}


#trocar-dispositivo img{
  width: 55%;
  display: block;
  cursor: pointer;
  margin-left: auto;
}

.l1, .l2, .l3, .l4 {
  font-weight: 500;
  font-family: "Jost";
}

.l1:hover { color: #F95E3E; }
.l2:hover { color: #3856F8; }
.l3:hover { color: #F89EDA; }
.l4:hover { color: #F8BA1B; }

.link-login {
  color: #F95E3E;
  font-weight: 700;
}
.link-login:hover {
  color: #000;
}

/* =========================
   Text colors / spans
========================= */
.span-vermelho { color: #F95E3E; font-weight: 900; }
.span-azul     { color: #3856F8; font-weight: 900; }
.span-amarelo  { color: #F8BA1B; font-weight: 900; }
.span-rosa     { color: #F89EDA; font-weight: 900; }
.span-branco   { color: #fff;    font-weight: 900; }

/* =========================
   Hero / CTA
========================= */
.box-texto-imagem-tri {
  display: flex;
  flex-direction: column;
  position: relative;
}

.box-participacao {
  width: 90vw;
  padding: 10vh 5vw 20vh;
  display: flex;
  flex-direction: row;
  margin: 0 0 5vh 0;
}

.box-texto-botao,
.box-foto,
.box-botoes {
  width: 45vw;
}

.box-botoes {
  display: flex;
}

.titulo-master {
  font-family: "Jost";
  font-size: 3.5em;
  line-height: 1.5cm;
  font-weight: 800;
  letter-spacing: 0.1125vw;
  margin: 10vh 0 0;
}

.texto-participacao {
  font-family: "Nimbus Sans L";
  font-size: 1.5em;
}

.botao-azul {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #3856F8;
  border: 1px solid #3856F8;
  border-radius: 10px;

  padding: 1vh;
  font-weight: 800;
  text-align: center;
  color: #FCF7CF;
  cursor: pointer;

  width: 15vw;
  height: 5vh;

  z-index: 4;
  font-size: 1.45em;
}

.botao-azul:hover {
  background-color: #092BEC;
}

.botao-laranja {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #f95e3e;
  border: 1px solid #f95e3e;
  border-radius: 10px;

  padding: 1vh;
  font-weight: 800;
  text-align: center;
  color: #FCF7CF;
  cursor: pointer;

  width: 15vw;
  height: 5vh;

  z-index: 4;
  font-size: 1.45em;
}

.botao-laranja:hover {
  background-color: #f84825;
}

.foto-professores {
  width: 45vw;
  position: relative;
}

/* Triângulo/Bloco Rosa */
.bloco-rosa {
  background-color: #F89EDA;
  height: 10vh;
}

.tri-rosa {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;
  width: 100vw;
  height:auto;
  background-color: #F89EDA;
}

.texto-rosa {
  margin: 2vh 4vw 8vh 4vw;
  padding: 0;
  font-family: "Nimbus Sans L";
  color: #FCF7CF;
  font-size: 1.75em;
}

/* =========================
   Cards
========================= */
.cards {
  margin: 0 0 10vh;
  display: flex;
  justify-content: space-evenly;
  font-family: "Nimbus Sans L", helvetica;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 78%,
    rgba(248, 158, 218, 1) 75%
  );
}

.cards img {
  width: 10vw;
  margin: 6vh 0 0 7.5vw;
}

.card-vermelho,
.card-amarelo,
.card-azul {
  width: 25vw;
  border-radius: 20px;
  padding: 0 0 5vh;
  background-color: #FCF7CF;
  border: 5px solid transparent;
}

.card-vermelho { border-color: #F95E3E; }
.card-amarelo  { border-color: #F8BA1B; }
.card-azul     { border-color: #3856F8; }

.card-vermelho p,
.card-amarelo p,
.card-azul p {
  text-align: center;
  font-size: 1.5em;
  line-height: 0.4;
}

/* =========================
   Linha do Tempo
========================= */
.centralizador {
  display: flex;
  justify-content: center;
  margin: 1vh 0;
  font-family: "Nimbus Sans L";
}

.centralizador .botao-amarelo {
  margin: 3vh 0 7vh;
}

/* Botão amarelo */
.botao-amarelo {
  font-size: 2em;
  background-color: #F8BA1B;
  border: 1px solid #F8BA1B;
  border-radius: 10px;
  padding: 2vh;
  font-weight: 800;
  text-align: center;
  color: #FCF7CF;
  cursor: pointer;
  width:30vw;
}

.botao-amarelo:hover {
  background-color: #EDAC07;
}

/* =========================
   Footer
========================= */
footer {
  background-color: #3856F8;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  width: 100%;
  margin-top:10vh;
}

.faixa {
  width: 100vw;
  height: auto;
}

footer h1 {
  font-size: x-large;
  font-weight: 700;
}

footer h3 {
  font-family: "Jost", arial;
  font-optical-sizing: auto;
  font-weight: 700;
}

/* Container 2 colunas */
.div-pai-footer {
  display: flex;
  align-items: stretch; /* importante: iguala a altura das colunas */
  width: 100%;
}

/* Só as duas colunas diretas ganham largura/margem */
footer .div-pai-footer > div {
  width: 42vw;
  margin: 2.5vw 4vw;
}

/* Colunas: grid (topo cresce, base fica no fundo) */
.flexionar,
.logos {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 0;
}

.footer-top {
  min-height: 0;
}

.texto-omu-footer {
  font-family: "Nimbus Sans L", sans-serif;
  text-align: justify;
}

/* Redes sociais (base esquerda) */
.linha-redes-sociais {
  align-self: end;        /* cola no bottom da coluna */
  display: flex;
  align-items: flex-end;
  gap: 1vw;
  margin: 0;              /* sem margens “roubando” o bottom */
}

.icone-rede-social {
  height: 4vh;
  width: auto;
}

/* Apoio (base direita) */
.box-apoiadores {
  align-self: end; /* cola no bottom da coluna */
  margin: 0;
}

.enfileirar {
  display: flex;
  flex-direction: row;
  margin: 0;
}

.coluna {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1vw 0 0;
  width: auto;
}

.box-apoiadores a {
  display: block;
  line-height: 0;
}

.logo-grande {
  height: 10vh;
  width: auto;
  margin: 0 1vw 0 0;
}

.logo-metade {
  height: 6vh;
  width: auto;
  display: block;
}

.logo-grande-fit {
  height: 12vh;
  width: auto;
  display: block;
}


.cronograma{
  margin: 0 4vw 0 4vw;
  display: grid;
  grid-template-columns: 1fr;
  row-gap:0.25vw;
}

.linha{
  font-size: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 15vh;
  gap: 0.25vw;
}

.linha div{
  border-radius: 3px;
  color:#FCF7CF;
  text-align: center;
  align-items: center;
  align-content: center;
}

.celula-rosa{
  background-color: #F89EDA;
  font-family: 'Jost';
}

.celula-rosa-clara{
  background-color: #f89eda;
  font-family: 'Nimbus Sans L';
  font-size: 0.9em;
  font-weight: bold;
  opacity: 0.8;
}

.celula-azul{
  background-color: #3856F8;
  font-family: 'Jost';
}

.celula-azul-claro{
  background-color: #3856F8;
  font-family: 'Nimbus Sans L';
  font-size: 0.9em;
  font-weight: bold;
  opacity: 0.8;
}

.celula-amarela{
  background-color: #f8ba1b;
  font-family: 'Jost';
}

.celula-amarela-clara{
  background-color: #f8ba1b;
  font-family: 'Nimbus Sans L';
  font-weight: bold;
  font-size: 0.9em;
  opacity: 0.8;
}

.celula-vermelha{
  background-color: #f95e3e;
  font-family: 'Jost';
}

.celula-vermelha-clara{
  background-color: #f95e3e;
  font-family: 'Nimbus Sans L';
  font-size: 0.9em;
  font-weight: bold;
  opacity: 0.8;
}